home *** CD-ROM | disk | FTP | other *** search
- FLASH
-
-
-
- Sent in by: Jeff Johnson
- Rt. 8 Box 65
- Hagestown, MD 21740
-
-
-
-
- Have you ever wished you could flash
-
- text on your screen like Apple users
-
- can? Well, here is the program that
-
- allows you to do just that.
-
-
-
- To use this program as a stand-alone
-
- program:
-
- >LOAD'FLASH',8,1 <RETURN>
-
-
-
- After the ML is loaded, type:
-
- >SYS 49152 to activate flash.
-
-
-
- To deactivate the program, type:
-
- >SYS 49152+9
-
-
-
-
- If you wish to make a character flash,
-
- calculate the screen address and type:
-
- SYS 49152+3, address
-
-
-
- To 'unflash' a character type:
-
- SYS 49152+6, address
-
-
-
- You may even use a variable for the
- address. <SYS 49152+3, 1024+X>
-
-
-
- If you wish to turn all the
- characters off, just type:
-
- SYS 49152+6, 65530
-
-
-
- >The program FLASH BOOT loads and
- SYSs the program for you. It then
- gives a very small demo of FLASH.
- You then have the option to break out
- and play with the program or you can
- return to LOADSTAR if you wish.
-
-
-
- >Files used: FLASH
- FLASH BOOT <optional>
-
- --------------------------------------
-